1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPHYSICALCOUNT_ADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPHYSICALCOUNT_ADD))
26         Me.Label1 = New System.Windows.Forms.Label
27         Me.Label2 = New System.Windows.Forms.Label
28         Me.GroupBox1 = New System.Windows.Forms.GroupBox
29         Me.lstcur_stocks = New System.Windows.Forms.ListView
30         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
31         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
32         Me.ColumnHeader9 = New System.Windows.Forms.ColumnHeader
33         Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
34         Me.txtdesc = New System.Windows.Forms.TextBox
35         Me.Label8 = New System.Windows.Forms.Label
36         Me.Label6 = New System.Windows.Forms.Label
37         Me.lstphysical = New System.Windows.Forms.ListView
38         Me.ID = New System.Windows.Forms.ColumnHeader
39         Me.ColumnHeader4 = New System.Windows.Forms.ColumnHeader
40         Me.ColumnHeader8 = New System.Windows.Forms.ColumnHeader
41         Me.ColumnHeader10 = New System.Windows.Forms.ColumnHeader
42         Me.ColumnHeader5 = New System.Windows.Forms.ColumnHeader
43         Me.ColumnHeader6 = New System.Windows.Forms.ColumnHeader
44         Me.cmdremove = New System.Windows.Forms.Button
45         Me.Panel1 = New System.Windows.Forms.Panel
46         Me.Label9 = New System.Windows.Forms.Label
47         Me.cmdaddphysical = New System.Windows.Forms.Button
48         Me.txtqty = New System.Windows.Forms.TextBox
49         Me.Label5 = New System.Windows.Forms.Label
50         Me.txtproductname = New System.Windows.Forms.TextBox
51         Me.Label4 = New System.Windows.Forms.Label
52         Me.dtphysical = New System.Windows.Forms.DateTimePicker
53         Me.Label3 = New System.Windows.Forms.Label
54         Me.txtremarks = New System.Windows.Forms.TextBox
55         Me.cmdsave = New System.Windows.Forms.Button
56         Me.cmdclose = New System.Windows.Forms.Button
57         Me.PictureBox1 = New System.Windows.Forms.PictureBox
58         Me.txtqtyi = New System.Windows.Forms.TextBox
59         Me.txtID = New System.Windows.Forms.TextBox
60         Me.Label7 = New System.Windows.Forms.Label
61         Me.txtverified = New System.Windows.Forms.TextBox
62         Me.GroupBox1.SuspendLayout()
63         Me.Panel1.SuspendLayout()
64         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
65         Me.SuspendLayout()
66         
'
67         
'Label1
68         
'
69         Me.Label1.AutoSize = True
70         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
71         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
72         Me.Label1.Location = New System.Drawing.Point(
68, 0)
73         Me.Label1.Name =
"Label1"
74         Me.Label1.Size = New System.Drawing.Size(
223, 23)
75         Me.Label1.TabIndex =
3000
76         Me.Label1.Text =
"Physical Count Details"
77         
'
78         
'Label2
79         
'
80         Me.Label2.AutoSize = True
81         Me.Label2.Location = New System.Drawing.Point(
69, 23)
82         Me.Label2.Name =
"Label2"
83         Me.Label2.Size = New System.Drawing.Size(
166, 13)
84         Me.Label2.TabIndex =
200
85         Me.Label2.Text =
"Listings of all the details on check"
86         
'
87         
'GroupBox1
88         
'
89         Me.GroupBox1.Controls.Add(Me.lstcur_stocks)
90         Me.GroupBox1.Controls.Add(Me.txtdesc)
91         Me.GroupBox1.Controls.Add(Me.Label8)
92         Me.GroupBox1.Controls.Add(Me.Label6)
93         Me.GroupBox1.Controls.Add(Me.lstphysical)
94         Me.GroupBox1.Controls.Add(Me.cmdremove)
95         Me.GroupBox1.Controls.Add(Me.Panel1)
96         Me.GroupBox1.Controls.Add(Me.cmdaddphysical)
97         Me.GroupBox1.Controls.Add(Me.txtqty)
98         Me.GroupBox1.Controls.Add(Me.Label5)
99         Me.GroupBox1.Controls.Add(Me.txtproductname)
100         Me.GroupBox1.Controls.Add(Me.Label4)
101         Me.GroupBox1.Controls.Add(Me.dtphysical)
102         Me.GroupBox1.Controls.Add(Me.Label3)
103         Me.GroupBox1.Controls.Add(Me.txtremarks)
104         Me.GroupBox1.Location = New System.Drawing.Point(
4, 39)
105         Me.GroupBox1.Name =
"GroupBox1"
106         Me.GroupBox1.Size = New System.Drawing.Size(
686, 483)
107         Me.GroupBox1.TabIndex =
300
108         Me.GroupBox1.TabStop = False
109         
'
110         
'lstcur_stocks
111         
'
112         Me.lstcur_stocks.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader9, Me.ColumnHeader3})
113         Me.lstcur_stocks.FullRowSelect = True
114         Me.lstcur_stocks.GridLines = True
115         Me.lstcur_stocks.Location = New System.Drawing.Point(
172, 35)
116         Me.lstcur_stocks.Name =
"lstcur_stocks"
117         Me.lstcur_stocks.Size = New System.Drawing.Size(
503, 239)
118         Me.lstcur_stocks.TabIndex =
5
119         Me.lstcur_stocks.UseCompatibleStateImageBehavior = False
120         Me.lstcur_stocks.View = System.Windows.Forms.View.Details
121         
'
122         
'ColumnHeader1
123         
'
124         Me.ColumnHeader1.Text =
"ID"
125         Me.ColumnHeader1.Width =
33
126         
'
127         
'ColumnHeader2
128         
'
129         Me.ColumnHeader2.Text =
"Product Name"
130         Me.ColumnHeader2.Width =
230
131         
'
132         
'ColumnHeader9
133         
'
134         Me.ColumnHeader9.Text =
"Description / Item Number"
135         Me.ColumnHeader9.Width =
160
136         
'
137         
'ColumnHeader3
138         
'
139         Me.ColumnHeader3.Text =
"QTY"
140         Me.ColumnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
141         Me.ColumnHeader3.Width =
50
142         
'
143         
'txtdesc
144         
'
145         Me.txtdesc.BackColor = System.Drawing.Color.White
146         Me.txtdesc.Location = New System.Drawing.Point(
147, 55)
147         Me.txtdesc.Name =
"txtdesc"
148         Me.txtdesc.ReadOnly = True
149         Me.txtdesc.Size = New System.Drawing.Size(
355, 21)
150         Me.txtdesc.TabIndex =
2
151         
'
152         
'Label8
153         
'
154         Me.Label8.AutoSize = True
155         Me.Label8.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
156         Me.Label8.Location = New System.Drawing.Point(
54, 58)
157         Me.Label8.Name =
"Label8"
158         Me.Label8.Size = New System.Drawing.Size(
88, 13)
159         Me.Label8.TabIndex =
10002
160         Me.Label8.Text =
"Item Number :"
161         
'
162         
'Label6
163         
'
164         Me.Label6.AutoSize = True
165         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
166         Me.Label6.ForeColor = System.Drawing.Color.Red
167         Me.Label6.Location = New System.Drawing.Point(
74, 102)
168         Me.Label6.Name =
"Label6"
169         Me.Label6.Size = New System.Drawing.Size(
67, 13)
170         Me.Label6.TabIndex =
10001
171         Me.Label6.Text =
"REMARKS :"
172         
'
173         
'lstphysical
174         
'
175         Me.lstphysical.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ID, Me.ColumnHeader4, Me.ColumnHeader8, Me.ColumnHeader10, Me.ColumnHeader5, Me.ColumnHeader6})
176         Me.lstphysical.FullRowSelect = True
177         Me.lstphysical.GridLines = True
178         Me.lstphysical.Location = New System.Drawing.Point(
8, 215)
179         Me.lstphysical.Name =
"lstphysical"
180         Me.lstphysical.Size = New System.Drawing.Size(
670, 254)
181         Me.lstphysical.TabIndex =
8
182         Me.lstphysical.UseCompatibleStateImageBehavior = False
183         Me.lstphysical.View = System.Windows.Forms.View.Details
184         
'
185         
'ID
186         
'
187         Me.ID.Text =
"ID"
188         Me.ID.Width =
35
189         
'
190         
'ColumnHeader4
191         
'
192         Me.ColumnHeader4.Text =
"Item Name"
193         Me.ColumnHeader4.Width =
200
194         
'
195         
'ColumnHeader8
196         
'
197         Me.ColumnHeader8.Text =
"Description / Item Number"
198         Me.ColumnHeader8.Width =
140
199         
'
200         
'ColumnHeader10
201         
'
202         Me.ColumnHeader10.Text =
"Remarks"
203         Me.ColumnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
204         Me.ColumnHeader10.Width =
120
205         
'
206         
'ColumnHeader5
207         
'
208         Me.ColumnHeader5.Text =
"Physical Count"
209         Me.ColumnHeader5.Width =
90
210         
'
211         
'ColumnHeader6
212         
'
213         Me.ColumnHeader6.Text =
"Total QTY"
214         
'
215         
'cmdremove
216         
'
217         Me.cmdremove.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
218         Me.cmdremove.Location = New System.Drawing.Point(
302, 153)
219         Me.cmdremove.Name =
"cmdremove"
220         Me.cmdremove.Size = New System.Drawing.Size(
170, 23)
221         Me.cmdremove.TabIndex =
7
222         Me.cmdremove.Text =
"&Remove Physical Count"
223         Me.cmdremove.UseVisualStyleBackColor = True
224         
'
225         
'Panel1
226         
'
227         Me.Panel1.BackColor = System.Drawing.Color.Gainsboro
228         Me.Panel1.Controls.Add(Me.Label9)
229         Me.Panel1.Location = New System.Drawing.Point(
8, 190)
230         Me.Panel1.Name =
"Panel1"
231         Me.Panel1.Size = New System.Drawing.Size(
670, 19)
232         Me.Panel1.TabIndex =
150
233         
'
234         
'Label9
235         
'
236         Me.Label9.AutoSize = True
237         Me.Label9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
238         Me.Label9.ForeColor = System.Drawing.Color.Black
239         Me.Label9.Location = New System.Drawing.Point(
3, 1)
240         Me.Label9.Name =
"Label9"
241         Me.Label9.Size = New System.Drawing.Size(
135, 13)
242         Me.Label9.TabIndex =
1402
243         Me.Label9.Text =
"Current Physical Count"
244         
'
245         
'cmdaddphysical
246         
'
247         Me.cmdaddphysical.Enabled = False
248         Me.cmdaddphysical.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         Me.cmdaddphysical.Location = New System.Drawing.Point(
147, 153)
250         Me.cmdaddphysical.Name =
"cmdaddphysical"
251         Me.cmdaddphysical.Size = New System.Drawing.Size(
149, 23)
252         Me.cmdaddphysical.TabIndex =
6
253         Me.cmdaddphysical.Text =
"&Add Physical Count"
254         Me.cmdaddphysical.UseVisualStyleBackColor = True
255         
'
256         
'txtqty
257         
'
258         Me.txtqty.Location = New System.Drawing.Point(
147, 77)
259         Me.txtqty.Name =
"txtqty"
260         Me.txtqty.Size = New System.Drawing.Size(
100, 21)
261         Me.txtqty.TabIndex =
3
262         
'
263         
'Label5
264         
'
265         Me.Label5.AutoSize = True
266         Me.Label5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
267         Me.Label5.Location = New System.Drawing.Point(
47, 77)
268         Me.Label5.Name =
"Label5"
269         Me.Label5.Size = New System.Drawing.Size(
95, 13)
270         Me.Label5.TabIndex =
400
271         Me.Label5.Text =
"Physical Count :"
272         
'
273         
'txtproductname
274         
'
275         Me.txtproductname.Location = New System.Drawing.Point(
147, 33)
276         Me.txtproductname.Name =
"txtproductname"
277         Me.txtproductname.Size = New System.Drawing.Size(
355, 21)
278         Me.txtproductname.TabIndex =
1
279         
'
280         
'Label4
281         
'
282         Me.Label4.AutoSize = True
283         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
284         Me.Label4.Location = New System.Drawing.Point(
8, 35)
285         Me.Label4.Name =
"Label4"
286         Me.Label4.Size = New System.Drawing.Size(
134, 13)
287         Me.Label4.TabIndex =
200
288         Me.Label4.Text =
"Search Product Name :"
289         
'
290         
'dtphysical
291         
'
292         Me.dtphysical.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
293         Me.dtphysical.Location = New System.Drawing.Point(
147, 11)
294         Me.dtphysical.Name =
"dtphysical"
295         Me.dtphysical.Size = New System.Drawing.Size(
207, 21)
296         Me.dtphysical.TabIndex =
0
297         
'
298         
'Label3
299         
'
300         Me.Label3.AutoSize = True
301         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
302         Me.Label3.Location = New System.Drawing.Point(
52, 17)
303         Me.Label3.Name =
"Label3"
304         Me.Label3.Size = New System.Drawing.Size(
89, 13)
305         Me.Label3.TabIndex =
10000
306         Me.Label3.Text =
"Physical Date :"
307         
'
308         
'txtremarks
309         
'
310         Me.txtremarks.ForeColor = System.Drawing.Color.Red
311         Me.txtremarks.Location = New System.Drawing.Point(
147, 99)
312         Me.txtremarks.Multiline = True
313         Me.txtremarks.Name =
"txtremarks"
314         Me.txtremarks.Size = New System.Drawing.Size(
355, 49)
315         Me.txtremarks.TabIndex =
4
316         
'
317         
'cmdsave
318         
'
319         Me.cmdsave.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
320         Me.cmdsave.Location = New System.Drawing.Point(
526, 528)
321         Me.cmdsave.Name =
"cmdsave"
322         Me.cmdsave.Size = New System.Drawing.Size(
75, 28)
323         Me.cmdsave.TabIndex =
10
324         Me.cmdsave.Text =
"&Save"
325         Me.cmdsave.UseVisualStyleBackColor = True
326         
'
327         
'cmdclose
328         
'
329         Me.cmdclose.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
330         Me.cmdclose.Location = New System.Drawing.Point(
607, 528)
331         Me.cmdclose.Name =
"cmdclose"
332         Me.cmdclose.Size = New System.Drawing.Size(
75, 28)
333         Me.cmdclose.TabIndex =
11
334         Me.cmdclose.Text =
"&Close"
335         Me.cmdclose.UseVisualStyleBackColor = True
336         
'
337         
'PictureBox1
338         
'
339         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
340         Me.PictureBox1.Location = New System.Drawing.Point(
4, 0)
341         Me.PictureBox1.Name =
"PictureBox1"
342         Me.PictureBox1.Size = New System.Drawing.Size(
59, 46)
343         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
344         Me.PictureBox1.TabIndex =
0
345         Me.PictureBox1.TabStop = False
346         
'
347         
'txtqtyi
348         
'
349         Me.txtqtyi.Location = New System.Drawing.Point(
306, 12)
350         Me.txtqtyi.Name =
"txtqtyi"
351         Me.txtqtyi.Size = New System.Drawing.Size(
100, 21)
352         Me.txtqtyi.TabIndex =
301
353         Me.txtqtyi.Text =
"0"
354         Me.txtqtyi.Visible = False
355         
'
356         
'txtID
357         
'
358         Me.txtID.Location = New System.Drawing.Point(
412, 12)
359         Me.txtID.Name =
"txtID"
360         Me.txtID.Size = New System.Drawing.Size(
100, 21)
361         Me.txtID.TabIndex =
302
362         Me.txtID.Text =
"0"
363         Me.txtID.Visible = False
364         
'
365         
'Label7
366         
'
367         Me.Label7.AutoSize = True
368         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
369         Me.Label7.Location = New System.Drawing.Point(
9, 531)
370         Me.Label7.Name =
"Label7"
371         Me.Label7.Size = New System.Drawing.Size(
73, 13)
372         Me.Label7.TabIndex =
303
373         Me.Label7.Text =
"Verified by :"
374         
'
375         
'txtverified
376         
'
377         Me.txtverified.Enabled = False
378         Me.txtverified.Location = New System.Drawing.Point(
81, 528)
379         Me.txtverified.Name =
"txtverified"
380         Me.txtverified.Size = New System.Drawing.Size(
239, 21)
381         Me.txtverified.TabIndex =
304
382         
'
383         
'FrmPHYSICALCOUNT_ADD
384         
'
385         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
386         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
387         Me.ClientSize = New System.Drawing.Size(
692, 566)
388         Me.Controls.Add(Me.txtverified)
389         Me.Controls.Add(Me.Label7)
390         Me.Controls.Add(Me.txtID)
391         Me.Controls.Add(Me.txtqtyi)
392         Me.Controls.Add(Me.cmdclose)
393         Me.Controls.Add(Me.cmdsave)
394         Me.Controls.Add(Me.GroupBox1)
395         Me.Controls.Add(Me.Label2)
396         Me.Controls.Add(Me.Label1)
397         Me.Controls.Add(Me.PictureBox1)
398         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
399         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
400         Me.Name =
"FrmPHYSICALCOUNT_ADD"
401         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
402         Me.Text =
"Physical Details"
403         Me.GroupBox1.ResumeLayout(False)
404         Me.GroupBox1.PerformLayout()
405         Me.Panel1.ResumeLayout(False)
406         Me.Panel1.PerformLayout()
407         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
408         Me.ResumeLayout(False)
409         Me.PerformLayout()
410
411     End Sub
412     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
413     Friend WithEvents Label1 As System.Windows.Forms.Label
414     Friend WithEvents Label2 As System.Windows.Forms.Label
415     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
416     Friend WithEvents dtphysical As System.Windows.Forms.DateTimePicker
417     Friend WithEvents Label3 As System.Windows.Forms.Label
418     Friend WithEvents Label4 As System.Windows.Forms.Label
419     Friend WithEvents txtproductname As System.Windows.Forms.TextBox
420     Friend WithEvents txtqty As System.Windows.Forms.TextBox
421     Friend WithEvents Label5 As System.Windows.Forms.Label
422     Friend WithEvents cmdaddphysical As System.Windows.Forms.Button
423     Friend WithEvents cmdremove As System.Windows.Forms.Button
424     Friend WithEvents Panel1 As System.Windows.Forms.Panel
425     Friend WithEvents Label9 As System.Windows.Forms.Label
426     Friend WithEvents lstphysical As System.Windows.Forms.ListView
427     Friend WithEvents lstcur_stocks As System.Windows.Forms.ListView
428     Friend WithEvents cmdsave As System.Windows.Forms.Button
429     Friend WithEvents cmdclose As System.Windows.Forms.Button
430     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
431     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
432     Friend WithEvents txtqtyi As System.Windows.Forms.TextBox
433     Friend WithEvents txtID As System.Windows.Forms.TextBox
434     Friend WithEvents ID As System.Windows.Forms.ColumnHeader
435     Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
436     Friend WithEvents Label6 As System.Windows.Forms.Label
437     Friend WithEvents txtremarks As System.Windows.Forms.TextBox
438     Friend WithEvents Label7 As System.Windows.Forms.Label
439     Friend WithEvents txtverified As System.Windows.Forms.TextBox
440     Friend WithEvents ColumnHeader9 As System.Windows.Forms.ColumnHeader
441     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
442     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
443     Friend WithEvents Label8 As System.Windows.Forms.Label
444     Friend WithEvents ColumnHeader8 As System.Windows.Forms.ColumnHeader
445     Friend WithEvents ColumnHeader10 As System.Windows.Forms.ColumnHeader
446     Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
447     Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
448 End Class


Gõ tìm kiếm nhanh...